From 794cb6236fa256f8074c56f372eba05526e7c066 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Tue, 2 Apr 2024 22:41:19 +0530 Subject: UI Upgrades for anime section. --- src/app/anime/[id]/loading.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/app/anime/[id]/loading.jsx') diff --git a/src/app/anime/[id]/loading.jsx b/src/app/anime/[id]/loading.jsx index b5670da..71ff978 100644 --- a/src/app/anime/[id]/loading.jsx +++ b/src/app/anime/[id]/loading.jsx @@ -3,9 +3,7 @@ import styles from "./loading.module.css"; export default function Loading() { return (
-

- Please wait while we load all the data for you. -

+

Hold tight...Arriving!!

); } -- cgit v1.2.3